home *** CD-ROM | disk | FTP | other *** search
/ Merciful 2 / Merciful - Disc 2.iso / software / 0 / 100printerdrivers.dms / 100printerdrivers.adf / printers / Roland.1212a / R_1212A.Cmds < prev    next >
Text File  |  1991-05-08  |  4KB  |  79 lines

  1.  
  2.       Commands implemented in the Roland.1212A printer driver:
  3.  
  4.       Command             Code            Description
  5.  
  6.        aRIS               ESCc            reset
  7.        aRIN               ESC#1           initialize
  8.        aIND               ESCD            lf(linefeed)
  9.        aNEL               ESCE            return,lf
  10.        aRI                ESCM            reverse lf
  11.  
  12.        aSGR0              ESC[0m          normal char set
  13.        aSGR3              ESC[3m          italics on
  14.        aSGR23             ESC[23m         italics off
  15.        aSGR4              ESC[4m          underline on
  16.        aSGR24             ESC[24m         underline off
  17.        aSGR1              ESC[1m          boldface on
  18.        aSGR22             ESC[22m         boldface off
  19.  
  20.       aSHORP0            ESC[0w          normal pitch(pica)
  21.       aSHORP2            ESC[2w          elite on
  22.       aSHORP1            ESC[1w          elite off
  23.       aSHORP4            ESC[4w          condensed fine on
  24.       aSHORP3            ESC[3w          condensed off
  25.       aSHORP6            ESC[6w          enlarged on
  26.       aSHORP5            ESC[5w          enlarged off
  27.  
  28.       aDEN4              ESC[4"z         doublestrike on
  29.       aDEN3              ESC[3"z         doublestrike off
  30.       aDEN2              ESC[2"z         NLQ on
  31.       aDEN1              ESC[1"z         NLQ off
  32.  
  33.       aSUS2              ESC[2v          superscript on
  34.       aSUS1              ESC[1v          superscript off
  35.       aSUS4              ESC[4v          subscript on
  36.       aSUS3              ESC[3v          subscript off
  37.       aSUS0              ESC[0v          normalize the line
  38.       aPLU               ESCL            partial line up
  39.       aPLD               ESCK            partial line down
  40.  
  41.       aFNT0              ESC(B           US char set
  42.       aFNT1              ESC(R           French char set
  43.       aFNT2              ESC(K           German char set
  44.       aFNT3              ESC(A           UK char set
  45.       aFNT4              ESC(E           Danish I char set
  46.       aFNT5              ESC(H           Sweden char set
  47.       aFNT6              ESC(Y           Italian char set
  48.       aFNT7              ESC(Z           Spanish char set
  49.       aFNT8              ESC(J           Japanese char set
  50.       aFNT9              ESC(6           Norweign char set
  51.       aFNT10             ESC(C           Danish II char set
  52.  
  53.       aPROP2             ESC[2p          proportional on
  54.       aPROP1             ESC[1p          proportional off
  55.  
  56.       aVERP0             ESC[0z          1/8" line spacing
  57.       aVERP1             ESC[1z          1/6" line spacing
  58.       aSLPP              ESC[nt          set form length n
  59.       aPERF              ESC[nq          perf skip n (n>0)
  60.       aPERF0             ESC[0q          perf skip off
  61.  
  62.       aLMS               ESC#9           Left margin set
  63.       aRMS               ESC#0           Right margin set
  64.       aSLRM              ESC[n1;n2s      L&R margin
  65.       aCAM               ESC#3           Clear margins
  66.  
  67.       aHTS               ESCH            Set horiz tab
  68.       aVTS               ESCJ            Set vertical tabs
  69.       aTBC3              ESC[3g          Clear all h tab
  70.       aTBC4              ESC[4g          Clr all v tabs
  71.       aTBCALL            ESC#4           Clr all h & v tabs
  72.       aEXTEND            ESC[n"x         extended commands
  73.  
  74.    Wherever an "n", "n1" or "n2" occurs in a printer code it is to be
  75.    replaced by a ASCII string from 1 to 255.
  76.  
  77.    NOTE: The "ESC" on each codes sequence denotes the non printable 
  78.          escape character ASCII 27.
  79.